home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / how_to_m.swf / scripts / DefineSprite_513 / frame_52 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  130 b   |  8 lines

  1. stop();
  2. opendoor.enabled = true;
  3. opendoor.onPress = function()
  4. {
  5.    _parent.ins20._visible = false;
  6.    gotoAndPlay(60);
  7. };
  8.